home *** CD-ROM | disk | FTP | other *** search
/ MINI - The Complete Story in Pictures / mini40completestory.iso / Data / MBh1.dxr / 00006_select -VC-.ls < prev    next >
Encoding:
Text File  |  1999-07-06  |  207 b   |  12 lines

  1. on mouseEnter
  2.   set the memberNum of sprite the currentSpriteNum to member("VC_on")
  3. end
  4.  
  5. on mouseLeave
  6.   set the memberNum of sprite the currentSpriteNum to member("VC_off")
  7. end
  8.  
  9. on mouseDown
  10.   go("VC")
  11. end
  12.